home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TPOPUPIMAGEFORM / TPOPUPIMAGEFORM.txt
Encoding:
Text File  |  1997-02-27  |  540 b   |  28 lines

  1. object PopUpImageForm: TPopUpImageForm
  2.   Left = 609
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'PopUpImage'
  7.   ClientHeight = 133
  8.   ClientWidth = 150
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object ImageArea: TNeoBookPaintBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 150
  20.     Height = 133
  21.     Align = alClient
  22.     Color = clWhite
  23.     ParentColor = False
  24.     OnClick = ImageClick
  25.     OnPaint = ImageAreaPaint
  26.   end
  27. end
  28.